runtime.timers.raceCtx (field)
9 uses
runtime (current package)
proc.go#L5995: if pp.timers.raceCtx != 0 {
proc.go#L6005: racectxend(pp.timers.raceCtx)
proc.go#L6006: pp.timers.raceCtx = 0
time.go#L148: raceCtx uintptr
time.go#L1136: if tsLocal.raceCtx == 0 {
time.go#L1137: tsLocal.raceCtx = racegostart(abi.FuncPCABIInternal((*timers).run) + sys.PCQuantum)
time.go#L1139: raceacquirectx(tsLocal.raceCtx, unsafe.Pointer(t))
time.go#L1188: gp.racectx = gp.m.p.ptr().timers.raceCtx
time.go#L1190: gp.racectx = bubble.timers.raceCtx
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |